//==============================================================================
// Apep_anim.txt
//==============================================================================

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
			Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define eclipseSFX
{
   SetSelector
   {
		TechLogic none/Eclipse Active
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX A Eclipse Unit effect
			}
		}		    
   }
}

//==============================================================================
define egyptbirthSFX
{
   set hotspot
   {
      version
      {
         VisualParticle SFX E Myth Unit Birth Effect
      }
   }
}

//=============================================================================
anim Birth
{
   SetSelector 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_idleA
				connect HOTSPOT egyptbirthSFX hotspot
				connect hotspot eclipseSFX hotspot
         }
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_idleA
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_attackA
            Tag Attack 0.6 true
		Tag GenericSound 0.35 true
         }
      }
   }
}

//==============================================================================
anim FreezeAttack
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_attackA
            Tag Attack 0.6 true
		Tag GenericSound 0.35 true
         }
      }
   }
}

//==============================================================================
anim death
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_deathA
                                Connect TopOfHead Blood hotspot
//         }
//         version
//         {
//            Visual Special E Apep_deathB
//
//         }
//         version
//         {
//            Visual Special E Apep_deathC
         }
      }
   }
}

//==============================================================================
anim Run
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_walkA
         }
      }
   }
}

//==============================================================================
anim bored
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_boredA
         }
      }
   }
}

//==============================================================================
anim walk
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
            Visual Special E Apep_walkA
         }
      }
   }
}
